DiscoverOrganizationsParameters

data class DiscoverOrganizationsParameters(val intermediateSessionToken: String? = null)

Data class used for wrapping parameters used with Discovering organizations

Constructors

Link copied to clipboard
fun DiscoverOrganizationsParameters(intermediateSessionToken: String? = null)

Properties

Link copied to clipboard
val intermediateSessionToken: String? = null

is the unique sequence of characters used to authenticate a member. If this is not provided the existing session token will be used.